home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be008.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  353 b   |  18 lines

  1. on exitFrame
  2.   repeat while the timer <= 1970
  3.     set the visible of sprite 4 to 1
  4.     set the puppet of sprite 4 to 1
  5.     set the memberNum of sprite 4 to 97
  6.     updateStage()
  7.     set the memberNum of sprite 4 to 98
  8.     updateStage()
  9.     set the memberNum of sprite 4 to 99
  10.     updateStage()
  11.     go(the frame)
  12.   end repeat
  13. end
  14.  
  15. on mouseUp
  16.   go(80)
  17. end
  18.